ul{ list-style: none; padding: 0; margin: 0; } .list { position: relative; } .list .listnav { position: absolute; top: 7px; /*left: 191px;*/ right: 0px; } .list .listnav .item { display: block; float: left; padding: 0 10px; min-width: 80px; height: 37px; margin-left: 15px; background-color: rgba(107, 121, 134, 0.7); border: 1px solid rgba(107, 121, 134,0); font-size: 20px; line-height: 37px; text-align: center; color: #fff; } .list .listnav .item.active { height: 37px; line-height: 37px; background-color: #FFF; border: 1px solid rgba(107, 121, 134, 0.7); border-bottom: 1px solid #FFF; color: #000; } .list li{ margin-bottom: 30px; } .list li:before{ content: ""; display: inline-block; width: 7px; height: 7px; background-color: #A0A0A0; border-radius: 50%; margin-right: 15px; } .list .title{ width: 765px; color: #3F3F3F; font-weight: lighter; display: inline-block; } .list .date{ font-size: 14px; color: #B5B5B5; width: 108px; } .pagerbox{ text-align: center; font-size: 16px; color: #919191; line-height: 26px; border-top: 1px #E0E0E0 solid; padding-top: 20px; padding-bottom: 40px; } .pagerbox a { color: #919191; } .pagerbox .now{ color: #2593D6; font-weight: bold; } .pagerbox span.active { color: #2593D6; font-weight: bold; } .pagerbox .go{ width: 26px; height: 26px; background-color: #2593D6; background-color: rgba(37,147,214,0.2); } .pagerbox .go:after{ border-top: 3px #2593D6 solid; border-right: 3px #2593D6 solid; transform: rotate(45deg); border-color: rgba(37,147,214,0.7); top: 7px; left: 5px; } .pagerbox .go.left:after{ transform: rotate(-135deg); top: 7px; left: 9px; } .pagerbox a:first-of-type { border-radius: 50%; position: relative; float: left; display: block; width: 26px; height: 26px; background-color: #2593D6; background-color: rgba(37,147,214,0.2); } .pagerbox a:first-of-type:after { content:""; display: block; width: 33%; height: 33%; position: absolute; border-top: 3px #2593D6 solid; border-right: 3px #2593D6 solid; transform: rotate(-135deg); border-color: rgba(37,147,214,0.7); top: 7px; left: 9px; } .pagerbox a:last-of-type { border-radius: 50%; position: relative; float: right; display: block; width: 26px; height: 26px; background-color: #2593D6; background-color: rgba(37,147,214,0.2); margin-right: 0 !important; } .pagerbox a:last-of-type:after { content:""; display: block; width: 33%; height: 33%; position: absolute; border-top: 3px #2593D6 solid; border-right: 3px #2593D6 solid; border-color: rgba(37,147,214,0.7); top: 7px; left: 5px; transform: rotate(45deg); }